/* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
/*
/* LACT: dlg;line_no;{cond|comm} (This statement is optional)
/*
/* ACTION: verb_no;{cond|comm} (This statement is optional)
ACTION: 0;IFOBJ 1;MEXIT;GOTO 35,3
/* Action 1 - Give
/*
/* Action 2- Pick up
ACTION: 2;IFOBJ ROBJ1;SAY I can't pick it up! I need something to fill it in.
/* Action 3 - Use
ACTION: 3;IFOBJ 45;IFOBJ2 ROBJ1;IFOF 45,1=0;MOBJ ROBJ1;HANDLE LOW;ICON 45,27;SETOF 45,1=1;W 12;HANDLE -1;SAY Ooops! The lava burnt a hole in the cauldron.;EXIT
ACTION: 3;IFOBJ 45;IFOBJ2 ROBJ1;IFOF 45,1=1;SAY I can't use it like this while there is a hole in the cauldron.;EXIT
ACTION: 3;IFOBJ 45;IFOBJ2 ROBJ1;IFOF 45,1=2;MOBJ ROBJ1;HANDLE LOW;ICON 45,22;SETOF 45,1=3;W 12;HANDLE -1;SAY It's full of lava now.;EXIT
ACTION: 3;IFOBJ 45;IFOBJ2 ROBJ1;IFOF 45,1=3;SAY It's already full of lava.;EXIT
ACTION: 3;IFOBJ 45;IFOBJ2 ROBJ1;IFOF 45,1=4;SAY I have to put it into blood at first to make it heat resistable.;EXIT